fix(blog): point Prisma Compute series docs link to /docs/compute#8007
Open
prisma-gremlin[bot] wants to merge 1 commit into
Open
fix(blog): point Prisma Compute series docs link to /docs/compute#8007prisma-gremlin[bot] wants to merge 1 commit into
prisma-gremlin[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThe ChangesSeries Registry Docs URL Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
The above-the-fold docs link on the Prisma Compute blog series landing page (https://www.prisma.io/blog/series/prisma-compute) pointed to https://docs.prisma.io/docs/prisma-compute, which returns a 404. Update the series registry's docsUrl to the canonical, working Compute docs landing page at https://docs.prisma.io/docs/compute (verified to return 200). Other existing /docs/prisma-compute/deploy references in blog posts resolve correctly and are left unchanged.
b42378f to
b33a630
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The above-the-fold docs link on the Prisma Compute blog series landing page (https://www.prisma.io/blog/series/prisma-compute) pointed to
https://docs.prisma.io/docs/prisma-compute, which returns a 404.This updates the series registry's
docsUrlto the canonical, working Compute docs landing page athttps://docs.prisma.io/docs/compute(verified to return 200 with the "Prisma Compute" docs content).Change
apps/blog/src/lib/series-registry.ts:docsUrlchanged fromhttps://docs.prisma.io/docs/prisma-compute→https://docs.prisma.io/docs/compute.Verification
/docs/prisma-compute) → 404 (confirmed broken)./docs/compute) → 200 with real content titled "Prisma Compute". This matches the docs source pageapps/docs/content/docs/compute/index.mdx(frontmatterurl: /compute), and other blog posts already link to this same path./docs/prisma-compute/deployreferences in blog posts resolve to 200 and are intentionally left unchanged.Created by Mohawk
Summary by CodeRabbit
/docs/computepage instead of the previous location.